home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / misc / VidPrint.lha / VidPrint / docs / ilbm2prt.doc next >
Text File  |  1993-12-07  |  1KB  |  30 lines

  1. ilbm2prt ©1993 Stephan Feinen
  2.  
  3. TEMPLATE: ilbm2prt ILBMFILE/A RGB_BASENAME/A
  4.  
  5. ilbm2prt converts a 24 bit ILBM into three files (red,green,blu) that
  6. can be send to a Mitsubishi Color Video Copy Processor CP100E.
  7. The ilbm has to be 24bit deep since the Videoprinter uses a 24bit format
  8. and, by ignoring the two least significant bits, prints an 18 bit deep
  9. picture.
  10. There exist several programs to convert standard ILBMs and other
  11. graphics formats to the standard 24bit ILBM-format.
  12.  
  13. The RGB-Basename <file> will be expanded to <file>.red, <file>.grn and
  14. <file>.blu. This files can be send to the Videoprinter with the sequence:
  15.  
  16. "copy <file>.red to par:
  17.  copy <file>.grn to par:
  18.  copy <file>.blu to par:"
  19.  
  20. Since each file includes a header which sets the color, the files can be
  21. send in any order.
  22.  
  23. This procedure copies the file to the videoprinter memory. To print it,
  24. you have to send the print command sequence (ESC P) or press the print
  25. button. This allows you to superimpose a smaller picture on the first
  26. by using ppm2prt. This can be used to insert a copyright line, a scale
  27. or a legend.
  28. To create this inserts, see ppm2prt.doc
  29.  
  30.